Not attempt to make this look good, just to demonstrate
that themes can in fact do it.
https://bugzilla.gnome.org/show_bug.cgi?id=731187
margin: 10px;
}
+.window-frame.tooltip.csd {
+ border-radius: 1px 1px 0 0;
+ box-shadow: none;
+ margin: 0px;
+}
+
+.window-frame.popup.csd {
+ border-radius: 1px 1px 0 0;
+ box-shadow: 0 1px 1px 1px alpha(black, 0.5);
+ margin: 0px;
+}
+
+.window-frame.popup {
+ border-color: darker (@bg_color);
+ border-width: 1px;
+ border-style: solid;
+}
+
.window-frame.tiled {
border-radius: 0;
background-color: @bg_color;